### decision boundary Go back to the [[AI Glossary]] The separator between classes learned by a model in a binary class or multi-class classification problems. For example, in the following image representing a binary classification problem, the decision boundary is the frontier between the orange class and the blue class: ![A graphic representation of a decision boundary](https://i.imgur.com/5eAOvQt.png) A well-defined boundary between one class and another.